Uploading a document result Schema
attach Element
Description
Defines the details of the document now hosted.
Namespace (none)
Diagram
URL Element name Element Sequence attach Element
Overview
attach
Defines the details of the document now hosted.
Sequence
name xs:string
Confirms the name of the file you have uploaded.
URL xs:string
Confirms the URL of the location of the now hosted file.
Source
<xs:element name="attach" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="name" />
      <xs:element type="xs:string" name="URL" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
api_result ElementUploading a document result Schema

 

 


© 2013 All Rights Reserved.

Send comments on this topic.